English
Allows the user to reset their password using a verification token.The user must have received a verification token via email.
cURL
curl --request POST \ --url https://your_a2_service/auth/reset-password \ --header 'Content-Type: application/json' \ --data '{ "password": "<string>", "token": "<string>" }'
200
example
"<any>"
Successful Response
The response is of type any.
any
Was this page helpful?